home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MYMUD21.ZIP / MMUD21.ZIP / DOCU / MYMUD.DOC < prev    next >
Text File  |  1995-01-21  |  5KB  |  108 lines

  1.  
  2.                                -=[ MyMUD 2.0 ]=-
  3.  
  4. Welcome to MyMUD 2.0!
  5.  
  6. MyMUD is a multiuser adventure game for LAN networks. In MyMUD you can
  7. create your own environments, every kind of environment, and share your
  8. world with others. The goal of MyMUD is social interaction, this unlike
  9. other MUDs which are battle or chat orientated. There is a kill command
  10. in MyMUD, but noone ever realy dies. On the other side, there are
  11. endless ways of interacting with the environment and other players.
  12.  
  13. MyMUD uses record- and filelocking to keep track of the different users
  14. and it uses semaforefiles to communicatie between the different
  15. players.  MyMUD is diskbased which implies that the size of your worlds
  16. is only limited by the size of your harddisk.  The number of players is
  17. limited by the gamedriver itself to 255.
  18.  
  19.  
  20. MyMUD basics.
  21.  
  22. In MyMUD there are five kinds of users. There are guest users, players,
  23. builders, wizards and one god.
  24.  
  25. God is the creator of the game and the owner of the system.  Gods can
  26. shutdown the game and due to this they have the biggest power.  There
  27. are a few other things that only the god can do.  Usual things that
  28. interact directly with the world outside the MUD.
  29.  
  30. Wizards are very powerfull. There are a few things they cannot do but
  31. there are a lot of things they CAN do. Actualy, GOD has only 2 or 3
  32. commands more than the wizards! If you have a problem ask a wizard.
  33. Wizards can create magic items, change other peoples items and can do
  34. everything the lower level users can do.
  35.  
  36. Builders can build. Logical. The can build new locations, objects and
  37. more.  The are the people who create the new world. Building is hard
  38. work. To describe a location in such a way that it is worthwile for
  39. others to explore or just to enjoy means that not only the environment
  40. has to be described, but also the exits. You want to be able to do
  41. things? They have to create the nessecary actions etc. etc.
  42.  
  43. Players are the normal users of the game. They are there just to amuse
  44. themself. To chatter and to kill some time they wanted to get rit of
  45. anyhow.  The can only use the normal play commands.
  46.  
  47. Guests have very limited powers. The are unknown users and as such they
  48. are not allowed to do to much.
  49.  
  50. Every player in MyMUD can be male, female or neuter. Every player has a
  51. name and a password.
  52.  
  53.  
  54. Making bucks:
  55.  
  56. MyMUD is a very convinient world. You just find money! Yep, realy..
  57. Other ways of making some bucks are selling objects in shops or
  58. sacrificing them in a temple.
  59.  
  60.  
  61. Traveling around:
  62.  
  63. Every normal location has exits. These exits have names. A single exit
  64. can have more than one name. "Leave House" can be the name of an exit,
  65. but for convinience the complete name is probably: Exit;Out;Leave;Leave
  66. House.  If you use one of these four frases, the same thing is
  67. happening. You are leaving the house.
  68.  
  69. To be able to use an exit you have to pass the lock. Most locks are
  70. unlocked, but it is very good possible that an exit is locked and you
  71. can only pass if you have a certain item, items or level. It can even
  72. be randomized.
  73.  
  74.  
  75. Locks:
  76.  
  77. Every object in the game has a lock. Often it's not used, but it's
  78. there. For players the lock determins if the user can be robed. For
  79. objects it determins if you can take the object or not. For exits it
  80. means if you can pass.  On of the more common usages for a lock are to
  81. make sure that a certain item stays in a certain location. For example,
  82. you can only pass the door if you don't have the newspaper.
  83.  
  84.  
  85. Descriptions:
  86.  
  87. Every object in the game has a number of descriptions. These
  88. descriptions are used for different occations. The DESC description is
  89. shown whenever someone looks at the object. The FAIL and SUCCESS are
  90. shown to the user when a lock fails or succeeds. The OFAIL and OSUCCESS
  91. are show to the other users in the room when a lock fails or succeeds.
  92. The MAGIC description is used for magic commands and the INFO
  93. descripion is shown as answer on a @FINGER command.  Descriptions can
  94. contain text, textmacro's and variables. In the MAGIC field you can put
  95. MyMUD commands and some special MAGIC commands.
  96.  
  97.  
  98. Textfiles:
  99.  
  100. There are two places where MyMUD tries to find the HELP.MUD, NEWS.MUD
  101. and WNEWS.MUD files. First MyMUD looks into the directory found on the
  102. thirt line of the INI file (the TEXTDIR). If the files are not found
  103. there, MyMUD looks into the home dir. The directory where the EXE file
  104. is located.
  105.  
  106. Files created by the GOD with @EDITFILE are always created in the TEXTDIR.
  107.  
  108.